Package ga.core.individual.population

Interface Summary
IClusterPopulation<T extends IClusterableIndividual<T>> Interface for populations that do clustering.
IPopulation<T extends IIndividual<T>> Common interface for populations of a GA.
 

Class Summary
ArrayListPopulation<T extends IIndividual<T>> Population implementation that uses an ArrayList.
KMeansClusterPopulation<T extends IClusterableIndividual<T>> Implementation of a clusterable population that uses the KMeansPlusPlusClusterer of Apache Commons Math.